﻿2026-08-08T22:31:34.9752969Z Node 20 is being deprecated. This workflow is running with Node 24 by default. If you need to temporarily use Node 20, you can set the ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true environment variable. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
2026-08-08T22:31:34.9761223Z ##[group]Run actions/checkout@v4
2026-08-08T22:31:34.9761887Z with:
2026-08-08T22:31:34.9762313Z   repository: Gamexgit/FinanceManager
2026-08-08T22:31:34.9765790Z   token: ***
2026-08-08T22:31:34.9766196Z   ssh-strict: true
2026-08-08T22:31:34.9766603Z   ssh-user: git
2026-08-08T22:31:34.9767009Z   persist-credentials: true
2026-08-08T22:31:34.9767590Z   clean: true
2026-08-08T22:31:34.9767995Z   sparse-checkout-cone-mode: true
2026-08-08T22:31:34.9768462Z   fetch-depth: 1
2026-08-08T22:31:34.9768847Z   fetch-tags: false
2026-08-08T22:31:34.9769243Z   show-progress: true
2026-08-08T22:31:34.9769639Z   lfs: false
2026-08-08T22:31:34.9770045Z   submodules: false
2026-08-08T22:31:34.9770519Z   set-safe-directory: true
2026-08-08T22:31:34.9770977Z   allow-unsafe-pr-checkout: false
2026-08-08T22:31:34.9771608Z ##[endgroup]
2026-08-08T22:31:35.0761652Z Syncing repository: Gamexgit/FinanceManager
2026-08-08T22:31:35.0764203Z ##[group]Getting Git version info
2026-08-08T22:31:35.0765405Z Working directory is '/home/runner/work/FinanceManager/FinanceManager'
2026-08-08T22:31:35.0788834Z [command]/usr/bin/git version
2026-08-08T22:31:35.0988951Z git version 2.54.0
2026-08-08T22:31:35.0998265Z ##[endgroup]
2026-08-08T22:31:35.1009881Z Temporarily overriding HOME='/home/runner/work/_temp/322c6e18-2977-42c5-8fbf-a318f59f47f1' before making global git config changes
2026-08-08T22:31:35.1026151Z Adding repository directory to the temporary git global config as a safe directory
2026-08-08T22:31:35.1109590Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/FinanceManager/FinanceManager
2026-08-08T22:31:35.1129745Z Deleting the contents of '/home/runner/work/FinanceManager/FinanceManager'
2026-08-08T22:31:35.1132746Z ##[group]Initializing the repository
2026-08-08T22:31:35.1135473Z [command]/usr/bin/git init /home/runner/work/FinanceManager/FinanceManager
2026-08-08T22:31:35.1190698Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-08-08T22:31:35.1192619Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-08-08T22:31:35.1247006Z hint: to use in all of your new repositories, which will suppress this warning,
2026-08-08T22:31:35.1248653Z hint: call:
2026-08-08T22:31:35.1249331Z hint:
2026-08-08T22:31:35.1250206Z hint: 	git config --global init.defaultBranch <name>
2026-08-08T22:31:35.1250997Z hint:
2026-08-08T22:31:35.1251905Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-08-08T22:31:35.1253307Z hint: 'development'. The just-created branch can be renamed via this command:
2026-08-08T22:31:35.1267849Z hint:
2026-08-08T22:31:35.1280459Z hint: 	git branch -m <name>
2026-08-08T22:31:35.1281744Z hint:
2026-08-08T22:31:35.1283297Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-08-08T22:31:35.1285357Z Initialized empty Git repository in /home/runner/work/FinanceManager/FinanceManager/.git/
2026-08-08T22:31:35.1289940Z [command]/usr/bin/git remote add origin https://github.com/Gamexgit/FinanceManager
2026-08-08T22:31:35.1293591Z ##[endgroup]
2026-08-08T22:31:35.1295239Z ##[group]Disabling automatic garbage collection
2026-08-08T22:31:35.1296698Z [command]/usr/bin/git config --local gc.auto 0
2026-08-08T22:31:35.1378730Z ##[endgroup]
2026-08-08T22:31:35.1389249Z ##[group]Setting up auth
2026-08-08T22:31:35.1391392Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-08T22:31:35.1398131Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-08-08T22:31:35.1834659Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-08T22:31:35.1865591Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-08-08T22:31:35.2037826Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-08T22:31:35.2072188Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-08T22:31:35.2287729Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-08T22:31:35.2323870Z ##[endgroup]
2026-08-08T22:31:35.2325415Z ##[group]Fetching the repository
2026-08-08T22:31:35.2333868Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +8d40641010c4904ad6b504ba2ee642c1db72edae:refs/remotes/pull/48/merge
2026-08-08T22:31:36.1879650Z From https://github.com/Gamexgit/FinanceManager
2026-08-08T22:31:36.1884457Z  * [new ref]         8d40641010c4904ad6b504ba2ee642c1db72edae -> pull/48/merge
2026-08-08T22:31:36.1889638Z ##[endgroup]
2026-08-08T22:31:36.1891080Z ##[group]Determining the checkout info
2026-08-08T22:31:36.1908046Z ##[endgroup]
2026-08-08T22:31:36.1918505Z [command]/usr/bin/git sparse-checkout disable
2026-08-08T22:31:36.1922560Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-08T22:31:36.1926914Z ##[group]Checking out the ref
2026-08-08T22:31:36.1930149Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/48/merge
2026-08-08T22:31:36.2310035Z Note: switching to 'refs/remotes/pull/48/merge'.
2026-08-08T22:31:36.2318418Z 
2026-08-08T22:31:36.2320236Z You are in 'detached HEAD' state. You can look around, make experimental
2026-08-08T22:31:36.2322455Z changes and commit them, and you can discard any commits you make in this
2026-08-08T22:31:36.2326388Z state without impacting any branches by switching back to a branch.
2026-08-08T22:31:36.2328152Z 
2026-08-08T22:31:36.2328944Z If you want to create a new branch to retain commits you create, you may
2026-08-08T22:31:36.2330616Z do so (now or later) by using -c with the switch command. Example:
2026-08-08T22:31:36.2331663Z 
2026-08-08T22:31:36.2332149Z   git switch -c <new-branch-name>
2026-08-08T22:31:36.2332975Z 
2026-08-08T22:31:36.2333466Z Or undo this operation with:
2026-08-08T22:31:36.2334260Z 
2026-08-08T22:31:36.2334705Z   git switch -
2026-08-08T22:31:36.2335336Z 
2026-08-08T22:31:36.2336371Z Turn off this advice by setting config variable advice.detachedHead to false
2026-08-08T22:31:36.2338040Z 
2026-08-08T22:31:36.2339733Z HEAD is now at 8d40641 Merge fcb64edb70d90082ead266d402c31eb20f77c2f2 into c3525a03dd78a91b34f4cf0ae973c24d0ee37180
2026-08-08T22:31:36.2344709Z ##[endgroup]
2026-08-08T22:31:36.2371075Z [command]/usr/bin/git log -1 --format=%H
2026-08-08T22:31:36.2402324Z 8d40641010c4904ad6b504ba2ee642c1db72edae
